if result ~= '# IDer Prefs file - created by CUCD prefs' then call ExitMsg('Your IDer preferences file was not created by this program.\nYou will need to edit it as detailed in the IDer documentation.\nA copy of this is in CUCD:CDSupport/IDer')
exit
ExitMsg:
parse arg msg
request title '"CU Amiga CD preferences"' gadgets '"OK"' string msg
quit
exit
/* ;;; Show about requester */
About:
request id ABOUR title '"CU Amiga CD preferences"' gadgets '"OK"' string VerStr'\nCreated using MUIRexx 3.0'